Updates to Font Lock docs in Lisp manual.
authorChong Yidong <cyd@gnu.org>
Thu, 16 Feb 2012 06:04:38 +0000 (14:04 +0800)
committerChong Yidong <cyd@gnu.org>
Thu, 16 Feb 2012 06:04:38 +0000 (14:04 +0800)
commite2f298afffa19077bfe16e128ed9db90bdc71c2e
tree8c23887482d3d57e2fe9ee77b0b6963f83fa3815
parent528ab39182a23ccaeb7598a36239ebacad352a02
Updates to Font Lock docs in Lisp manual.

* doc/lispref/modes.texi (Minor Modes): Update how mode commands should treat
arguments now.
(Mode Line Basics): Clarify force-mode-line-update.
(Mode Line Top): Note that the example is not realistic.
(Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
(Emulating Mode Line): Use "mode line" instead of "mode-line", and
"mode line construct" instead of "mode line specification".
(Syntactic Font Lock): Remove mention of obsolete variable
font-lock-syntactic-keywords.
(Setting Syntax Properties): Node deleted.
(Font Lock Mode): Note that Font Lock mode is a minor mode.
(Font Lock Basics): Note that syntactic fontification falls back
on `syntax-table'.
(Search-based Fontification): Emphasize that font-lock-keywords
should not be set directly.
(Faces for Font Lock): Avoid some confusing terminology.
(Syntactic Font Lock): Minor clarifications.
doc/lispref/ChangeLog
doc/lispref/elisp.texi
doc/lispref/modes.texi
doc/lispref/syntax.texi
doc/lispref/vol1.texi
doc/lispref/vol2.texi